Offers tools to realign an image's memory.
More...
|
static void | realignPixelsAndRows (unsigned char *output, unsigned char *input, unsigned int width, unsigned int height, unsigned int outputPixelSize, unsigned int outputRowSize, unsigned int inputPixelSize, unsigned int inputRowSize) |
|
static void | realignPixels (unsigned char *output, unsigned char *input, unsigned int width, unsigned int height, unsigned int outputPixelSize, unsigned int inputPixelSize) |
|
static void | realignRows (unsigned char *output, unsigned char *input, unsigned int height, unsigned int outputRowSize, unsigned int inputRowSize) |
|
Offers tools to realign an image's memory.
◆ realignPixelsAndRows()
static void nkImages::AlignmentUtils::realignPixelsAndRows |
( |
unsigned char * |
output, |
|
|
unsigned char * |
input, |
|
|
unsigned int |
width, |
|
|
unsigned int |
height, |
|
|
unsigned int |
outputPixelSize, |
|
|
unsigned int |
outputRowSize, |
|
|
unsigned int |
inputPixelSize, |
|
|
unsigned int |
inputRowSize |
|
) |
| |
|
static |
Realignment work over pixels / blocks and rows.
- Parameters
-
output | The output memory to copy to. |
input | The input memory to realign. |
width | The width of the image to process. |
height | The height of the image to process. |
outputPixelSize | The byte size of a block or pixel the output needs to satisfy. |
outputRowSize | The byte size of a row the output needs to satisfy. |
inputPixelSize | The byte size of a block or pixel the input satisfies. |
inputRowSize | The byte size of a row the input satisfies. |
◆ realignPixels()
static void nkImages::AlignmentUtils::realignPixels |
( |
unsigned char * |
output, |
|
|
unsigned char * |
input, |
|
|
unsigned int |
width, |
|
|
unsigned int |
height, |
|
|
unsigned int |
outputPixelSize, |
|
|
unsigned int |
inputPixelSize |
|
) |
| |
|
static |
Realignment work over pixels / blocks.
- Parameters
-
output | The output memory to copy to. |
input | The input memory to realign. |
width | The width of the image to process. |
height | The height of the image to process. |
outputPixelSize | The byte size of a block or pixel the output needs to satisfy. |
inputPixelSize | The byte size of a block or pixel the input satisfies. |
◆ realignRows()
static void nkImages::AlignmentUtils::realignRows |
( |
unsigned char * |
output, |
|
|
unsigned char * |
input, |
|
|
unsigned int |
height, |
|
|
unsigned int |
outputRowSize, |
|
|
unsigned int |
inputRowSize |
|
) |
| |
|
static |
Realignment work over rows.
- Parameters
-
output | The output memory to copy to. |
input | The input memory to realign. |
height | The height of the image to process. |
outputRowSize | The byte size of a row the output needs to satisfy. |
inputRowSize | The byte size of a row the input satisfies. |
The documentation for this class was generated from the following file: